home *** CD-ROM | disk | FTP | other *** search
- object LoadFunctionDialog: TLoadFunctionDialog
- Left = 200
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Load Function'
- ClientHeight = 185
- ClientWidth = 275
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LoadButton: TButton
- Left = 12
- Top = 152
- Width = 75
- Height = 25
- Caption = 'Load'
- ModalResult = 1
- TabOrder = 0
- end
- object CancelButton: TButton
- Left = 188
- Top = 152
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object LoadListBox: TListBox
- Left = 8
- Top = 8
- Width = 257
- Height = 137
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ItemHeight = 14
- ParentFont = False
- TabOrder = 2
- OnDblClick = LoadListBoxDblClick
- end
- object RemoveButton: TButton
- Left = 100
- Top = 152
- Width = 75
- Height = 25
- Caption = 'Remove'
- TabOrder = 3
- OnClick = RemoveButtonClick
- end
- end
-